Guild Wars Forums - GW Guru
 
 

Go Back   Guild Wars Forums - GW Guru > The Outer Circle > Off-Topic & the Absurd

Notices

Reply
 
Thread Tools Display Modes
Old May 23, 2013, 03:32 PM // 15:32   #1
Desert Nomad
 
Bristlebane's Avatar
 
Join Date: Jan 2008
Profession: Mo/
Advertisement

Disable Ads
Default Random names

Was in search for a new character name so I made a script that randomized words from all Guild Wars 1 skills/quests/missions. Of the 1000 names I sorted out 300. So why am I posting this then?
Perhaps as inspiration for anyone creating a new character. Or just for good laughs, some of the names are quite funny

Feel free to comment on any fun names you might find and/or make use of. Please keep it clean though.

AckersbirdCrackrainFearspiderJudgechanOddtoeSlidesmooth
AfterdeathCursebloodFightpainKeenrebelOrcstrikerSmiteplague
AmbercrackCursewireFistjabberKeenwireOverafterSmiteshadow
AmbercutterCutfingersFistsongKineticbonettiOverhammerSnakebleeder
AngelfangCutterfaintFistsweepKineticdragonOverslipSoftmeteor
AngerhunterCutterspineFlaretrollKineticswipePagewreckSpeeddemon
ApplegrindDaggerdwarfFleefeignKingbiterPainfreeSpitgriffin
ArcaroarDaggerfaintFleesongKinghuntParrylandsSpoiltime
ArchgripDaycounterFleezingKingstrikerParryteaseSquarebender
ArrowbinderDayyouFlightsideLandslingerPiebreakerSquareroll
ArrowwallDeadblastFlowballLavashakerPiecarverSteadypanic
AssadwarfDeadleapFlowtosserLeapshoePiestomperStolenflurry
AsurastyleDeadlightFlurrysourceLeapsweepPlaguechanStonebleeder
AttackbackDeadnoxFoefingerLeapteasePlaguehunterStunjudge
AttackslashDeadshriekFraghammerLeapvisionPointbleedStunlock
AxeackersDeadsorrowFreenoxLightbreakerPoisonshieldSunroyal
BackslayerDeaduptionFreezeboltLocktailPunchhideSwiftpod
BallbellyDeadwoodFrigidbladeMadrisingPuredaggerSwiftwind
BarbbiterDeepfoeFronthammerMadseekerQuickblossomSwipeblast
BarbtowerDemonstrikerFrozenplaceMantisbenderQuickshiftTailtwister
BattleraiderDhuumraiderFrozenthornMantisspoilRagepodTauntpara
BeeraverDhuumjabberFurygustMenderafterRagingstoneTemplesmash
BenderchaosDhuumstomperGhostlycreamMenderdutyRibboncakeThumperdot
BendercrackDhuumwireGlassrebelMentalkissRiderspawnThundermist
BirdestialDragontongueGlyphhunterMenziepieRisingshieldThunderstomp
BirdrosisDragonwoodGripriderMenziesnakeRockbullThundertongue
BlacktoeDreadchanGuardturnerMetamasterRockcharrTimetroll
BladesliderDreadshriekHammerpeakMhenloingRockshieldTitancream
BladeturnDreadwinHandboneMidaxeRoyalcorpseToeskin
BlazedeathDredgeeaterHardfallMindblazeScalevisionTogoslasher
BlindcorpseDredgepieHardslabMinionguiseScalewraithTosserpie
BloodcasterDredgereaperHardstomperMinionskinSelfshriekTrollscale
BonefreezeDualroarHastycakeMinionslipShieldsongTrusthorror
BonereaperDustbloodHastycreamModesteelShieldstyleTurnberserk
BreakermindDutygonHastyfragMuddyheartShiversteenTurnover
BreakroughDutywoodHastytrollNagacreamShockavatarTwistassa
BullbestialDwarflanderHealflareNecrocakeShockmaulUnderblessed
BurnfoeDwarvenheltzerHealriderNightfearShoemasterUnderfreeze
CacojabberDwarvenspawnHellbiterNightkeepShortbossUnderpunch
CakejabberEarthhamHeltzerboneNornangelSidemightUnderseeker
CandymineEarthingerHeltzerkingNornbinderSideshifterWallegg
CarvhastyEarthnagaHeltzerpieNornsainSiegeblasterWallfear
CavecryptEctoeyeHonorcarvNorthpieSilkhammerWallseeker
ChanpinEctoniousHonorspringNovafireSiphonlordWallthumper
ClawbellyEctosmiterIngtrollNoxnovaSkinbarrageWinfoe
ClawsnakeElebaneIronmenderOakblazerSkullbinderWoodkeeper
ClubcatElemasterIronrainOakbullSlashdwarfWoodself
CoppermendEyefaintJabberpieOakencharmSlashspikerWraithblood
CorrlandFaintkneeJackcleaveOddpointSlayerlordYulestorm
CrackdotFaintshriekJinnberryOddsteelSlideshortZealshield

Last edited by Bristlebane; May 23, 2013 at 03:34 PM // 15:34..
Bristlebane is offline   Reply With Quote
Old Aug 01, 2013, 11:17 AM // 11:17   #2
Desert Nomad
 
T1Cybernetic's Avatar
 
Join Date: Sep 2005
Location: Wakefield, West Yorkshire, Uk, Nr Earth
Guild: Alternate Evil Gamers [aeg]
Profession: N/
Default

Any chance you could share the script? If people could add in their own word's for more possible combinations then it would be awesome!
T1Cybernetic is offline   Reply With Quote
Old Aug 01, 2013, 12:08 PM // 12:08   #3
Desert Nomad
 
Bristlebane's Avatar
 
Join Date: Jan 2008
Profession: Mo/
Default

That script was just a simple LibreOffice Calc formula. Like this:
Code:
=INDEX($A$1:$A$99999,RANDBETWEEN(1,COUNTA($A$1:$A$99999)),1) & LOWER(INDEX($A$1:$A$99999,RANDBETWEEN(1,COUNTA($A$1:$A$99999)),1))
That just takes two random words from column A and mash them together.
Formula have to be adapted to work in MS Excel or other spreadsheet.

For a list of all GW1 skill names, word splitted and capitalized, here's a link:
GW1 Word separated capitalized skill names - pastebin.com

That word list is from the wiki page Skill template format/Skill list of where I used regular expressions to clean it up.


When I created the above list, I did a bit extra steps. I sorted out all 2-letter words, all word combinations that became too long, and some manual splits.

Last edited by Bristlebane; Aug 01, 2013 at 12:12 PM // 12:12..
Bristlebane is offline   Reply With Quote
Reply

Share This Forum!  
 
 
           

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On

Forum Jump


All times are GMT. The time now is 04:58 PM // 16:58.


Powered by: vBulletin
Copyright ©2000 - 2016, Jelsoft Enterprises Ltd.
jQuery(document).ready(checkAds()); function checkAds(){if (document.getElementById('adsense')!=undefined){document.write("_gaq.push(['_trackEvent', 'Adblock', 'Unblocked', 'false',,true]);");}else{document.write("